home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / Tool Chest / Development Tools & Languages / • Other Platforms / PCCTS 1.31 / dlg / stdpccts.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-03-10  |  477 b   |  25 lines  |  [TEXT/MPS ]

  1. #ifndef STDPCCTS_H
  2. #define STDPCCTS_H
  3. /*
  4.  * stdpccts.h -- P C C T S  I n c l u d e
  5.  *
  6.  * Terence Parr, Will Cohen, and Hank Dietz: 1989-1994
  7.  * Purdue University Electrical Engineering
  8.  * With AHPCRC, University of Minnesota
  9.  * ANTLR Version 1.31
  10.  */
  11. #include <stdio.h>
  12. #define ANTLR_VERSION    131
  13.  
  14. #include <ctype.h>
  15. #include "dlg.h"
  16. #ifdef MEMCHK
  17. #include "trax.h"
  18. #endif
  19. #define zzSET_SIZE 8
  20. #include "antlr.h"
  21. #include "tokens.h"
  22. #include "dlgdef.h"
  23. #include "mode.h"
  24. #endif
  25.